home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_lander.swf / scripts / DefineButton2_138 / BUTTONCONDACTION on(release).as
Text File  |  2007-01-12  |  183b  |  12 lines

  1. on(release){
  2.    if(_root.mcpant._currentframe == 12)
  3.    {
  4.       _root.mcpant.gotoAndPlay(13);
  5.    }
  6.    else
  7.    {
  8.       _root.mcpant.gotoAndPlay(13);
  9.    }
  10.    _root.init();
  11. }
  12.